# part of corz distro unit
#
# disallow direct access to the download files
#
#<Limit GET>
#order deny,allow
#deny from all
#</Limit>

#
# a more interesting solution..
# 
# rather than a 403,
# why not send users directly to your site root..
#
RewriteEngine On
RewriteRule ^(.*)$ / [NC]

# ur up..
#RewriteRule ^(.*)$ ../ [NC]
